home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / linux / arcfb.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-11-13  |  150 b   |  9 lines

  1. #ifndef __LINUX_ARCFB_H__
  2. #define __LINUX_ARCFB_H__
  3.  
  4. #define FBIO_WAITEVENT        _IO('F', 0x88)
  5. #define FBIO_GETCONTROL2    _IOR('F', 0x89, size_t)
  6.  
  7. #endif
  8.  
  9.